home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m22.dir / 00134.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  262 b   |  10 lines

  1. on mouseDown
  2.   global gPreviousMenu, gReferenceArticle
  3.   if pressButton(18) then
  4.     pupSprites(1, 48, 0)
  5.     set gPreviousMenu to "movie" && QUOTE & "M22.DIR" & QUOTE
  6.     set gReferenceArticle to "BIR_USL.TXT"
  7.     go("LinksShowArticle", "m29.dir")
  8.   end if
  9. end
  10.